github.com/klauspost/compress/zstd.decodeSyncAsmContext.ml (field)
4 uses
github.com/klauspost/compress/zstd (current package)
seqdec_amd64.go#L28: ml int // set on error (not for all errors, please refer to _generate/gen.go)
seqdec_amd64.go#L121: return true, fmt.Errorf("zero matchoff and matchlen (%d) > 0", ctx.ml)
seqdec_amd64.go#L124: return true, fmt.Errorf("match len (%d) bigger than max allowed length", ctx.ml)
seqdec_amd64.go#L138: size := ctx.outPosition + ctx.ll + ctx.ml
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |